From: Chong Yidong Date: Tue, 29 Sep 2009 23:57:17 +0000 (+0000) Subject: * files.el (safe-local-eval-forms): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10207 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=673d82121f94b82ade78097ae0db39d34386781d;p=emacs.git * files.el (safe-local-eval-forms): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b0069b7b04..73b9db7fe74 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-09-29 Chong Yidong + + * files.el (safe-local-eval-forms): Fix typo. + 2009-09-29 Stefan Monnier * vc-hooks.el (vc-dir-buffers): New var. diff --git a/lisp/files.el b/lisp/files.el index 177046ace0f..3fde2812f0c 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2689,7 +2689,7 @@ symbol and VAL is a value that is considered safe." (defcustom safe-local-eval-forms '((add-hook 'write-file-functions 'time-stamp) - (add-hook 'before-save-hooks 'time-stamp)) + (add-hook 'before-save-hook 'time-stamp)) "Expressions that are considered safe in an `eval:' local variable. Add expressions to this list if you want Emacs to evaluate them, when they appear in an `eval' local variable specification, without first